
 
 '   E x a m p l e   f o r   T e x t   a n d   N u m e r i c   I n p u t 
 
 
 
 S 1   =   I n p u t   " W r i t e   y o u r   i n p u t   h e r e " 
 
 P r i n t   s 1 
 
 
 
 V 1   =   I n p u t   " W r i t e   a   n u m b e r "   
 
 P r i n t   v 1 
 
 
 
 '   I t   w o r k s   a l s o   w i t h o u t   t h e   d o u b l e   q u o t e s 
 
 V 1   =   I n p u t   W r i t e   a   n u m b e r     
 
 P r i n t   v 1 
 
 
 
 S t o p 
 
 
 
 
 
 ' W A T C H   V 1 
 
 ' W A T C H   S 1 
 
 ' E X E C   v 1   =   7 7 7   :   s 1   =   " a b c d " 
 
 